[IA64] INIT hadler for support coredumping feature
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Thu, 6 Jul 2006 20:07:49 +0000 (14:07 -0600)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Thu, 6 Jul 2006 20:07:49 +0000 (14:07 -0600)
commit41ac33cf394d2c3f262e509800d3f84a656ee094
treeeea2c69cc7db303c32533d9b715534b7744ef189
parent5a84652579216d1a4bbed69ffced85c127ff64fb
[IA64] INIT hadler for support coredumping feature

This patch is for supporting coredumping feature.
Some dump feature is necessary to save registers into memory.
So I implemented it and add a hook of calling dump function.
Because all cpu have to save registers,
the same handler is called by monarch and slave handler.

This patch is useful not only dump feature, but also debug xen.
(Because INIT hadler is always able to show register and call trace.)

Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
[Updated for linux-xen location]
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
xen/arch/ia64/linux-xen/mca.c
xen/arch/ia64/linux-xen/mca_asm.S